Topic: Communication with more than one ITK controller
------------------------------------------------------


Wp2comm.dll 1.0.13.x does not support the communication with
more than one ITK controller at the same time.


Wp2test shows a workaround.

It is a demo program to show how to communicate
with 2 different ITK controllers in a single application
by using wp2comm.dll to communicate with the first controller
and a copy of wp2comm.dll (named wp2comm2.dll)
to communicate with the second controller.

Name conflicts of the imported functions have to be avoided.
Wp2test shows a way how this can de done,
e.g. InitController() of wp2comm.dll is imported
as InitController1() for use with the first controller,
and InitController() of Wp2comm2.dll ist imported
as InitController2() for use with the second controller.


Wp2test is built using Borland Delphi 5.
